body{
    background-color: #f7f7f7;
}
/* 指示导航 */
.banner p {
    position: absolute;
    font-size: 16px;
    top: 110px;
    /*left: 320px;*/
}

/* 内容 */
.content{
    height: 670px;
    margin-top: 6px;
    background-color: #ffffff;
}
.content>ul{
    width: 1160px;
    margin: 0 auto;
}
.content>ul>li{
    padding: 10px;
    height: 120px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 1px;
    border-bottom: 2px solid #b8b8b8;
}
.title-top{
    float: left;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
    padding: 6px 7px;
    width: 100px;
    height: 100px;
    background-color: #29166f;
    margin-right: 18px;
}
.title-top>h3{
    font-weight: 500;
}
.content>h2{
    font-size: 16px;
    margin-top: 6px;
    font-weight: 500;
    color: #000000;
}
.content>p{
    margin-top: 10px;
    line-height: 28px;
    color: #5d5d5d;
    font-size: 14px;
}

/* 翻页按钮 */
.Page{
    margin-top: 16px;
}

/* 脚 */
.footer{
    margin-top: 6px;
}
